Configure Dependabot to batch GitHub Actions updates#11358
Merged
mergify[bot] merged 2 commits intomasterfrom Dec 18, 2025
Merged
Configure Dependabot to batch GitHub Actions updates#11358mergify[bot] merged 2 commits intomasterfrom
mergify[bot] merged 2 commits intomasterfrom
Conversation
Co-authored-by: ulysses4ever <6832600+ulysses4ever@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Batch updates to the github-actions ecosystem in a single PR
Configure Dependabot to batch GitHub Actions updates
Dec 16, 2025
ulysses4ever
approved these changes
Dec 16, 2025
Collaborator
|
This aligns with what I saw on the internets. Thanks @copilot! |
ulysses4ever
approved these changes
Dec 16, 2025
geekosaur
approved these changes
Dec 16, 2025
Collaborator
|
Whoops, missed that Artem doesn't count since he worked with Copilot. |
Collaborator
|
yeah, this was new to me. @Mikolaj maybe? Your approval will save thousands of approvals for future dependabot PRs that won't happen because of the batching! |
Contributor
Merge Queue Status✅ The pull request has been merged at b3b2ed4 This pull request spent 1 hour 42 minutes 36 seconds in the queue, including 1 hour 32 minutes 8 seconds running CI. Required conditions to merge
|
86 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Template B: This PR does not modify behaviour or interface
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR:
Dependabot currently creates separate PRs for each GitHub Actions update. This adds a
groupsconfiguration to batch all action updates into a single PR.Changes:
groupssection to.github/dependabot.ymlfor thegithub-actionsecosystem*matches all actions, consolidating updates into one PR named "Bump the github-actions group with N updates"Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.